this program memory addressing logic is handled by a register referred to as a program counter . 程序存儲(chǔ)器的導(dǎo)址邏輯是由寄存器來(lái)實(shí)現(xiàn)的,這個(gè)寄存器叫程序計(jì)數(shù)器。
the program counter is needed to determine whether the 需要用程序計(jì)數(shù)器確定在調(diào)用
assume that the program counter is set to location 300 假設(shè)程序計(jì)數(shù)器被設(shè)定為單元300。
is called, and if so what the program counter is ,如果調(diào)用了,程序計(jì)數(shù)器(pc)的值是什么
program counter as a general register 程序計(jì)數(shù)器作為一個(gè)一般緩存器
program counters meaning:[Computer] < hardware > (PC, or "instruction address register") A register in the central processing unit that contains the addresss of the next instruction to be executed. The PC is auto...